home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
- <stack>
- <name>in</name>
- <id>-1</id>
- <cardCount>7</cardCount>
- <cardID>4294</cardID>
- <listID>5381</listID>
- <cantModify><false /></cantModify>
- <cantDelete><false /></cantDelete>
- <cantAbort><false /></cantAbort>
- <cardSize>
- <width>512</width>
- <height>342</height>
- </cardSize>
- <script>on openStack
- global oldLevel
- put the userLevel into oldLevel
- set the userLevel to 2
- end openStack
-
- on resumeStack
- global oldLevel
- put the userLevel into oldLevel
- set the userLevel to 2
- end resumeStack
-
- on suspendStack
- global oldLevel
- set the userLevel to oldLevel
- if the freesize of this stack ‚â• 10000 then
- domenu "compact stack"
- end if
- end suspendStack
-
- on closestack
- global oldLevel
- set the userLevel to oldLevel
- if the freesize of this stack ‚â• 10000 then
- domenu "compact stack"
- end if
- end closestack
-
- function mixran x
- -- this function will take a series of symbols as input and
- -- randomly select one of the symbols and return it as the output.
- -- the symbols must be a list of items, i.e., each symbol must
- -- be separated by the next in the list by a comma.
- put the number of items of x into y
- put random(y) into z
- put item z of x into z
- return z
- end mixran</script>
- <background id="2309" file="background_2309.xml" name="" />
- <background id="2655" file="background_2655.xml" name="" />
- <background id="4752" file="background_4752.xml" name="" />
- <card id="4294" file="card_4294.xml" marked="false" name="Index" owner="2655" />
- <card id="8767" file="card_8767.xml" marked="false" name="Moses" owner="4752" />
- <card id="2208" file="card_2208.xml" marked="false" name="Mann-Whitney" owner="2309" />
- <card id="5975" file="card_5975.xml" marked="false" name="Binomial" owner="4752" />
- <card id="6157" file="card_6157.xml" marked="false" name="chi-square 1" owner="4752" />
- <card id="5782" file="card_5782.xml" marked="false" name="Runs Test" owner="4752" />
- <card id="3065" file="card_3065.xml" marked="false" name="ordering information" owner="4752" />
- </stack>
-